Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StateList<T> Class
Properties Methods Events


In This Topic
    StateList<T> Class Members
    In This Topic

    The following tables list the members exposed by StateList<T>.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the StateList<T> class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public PropertyGets the number of elements actually contained in the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public PropertyGets or sets the element at the specified index. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodAdds the elements of the specified collection to the end of the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodOverloaded. Searches the entire sorted ListBase<T> for an element using the default comparer and returns the zero-based index of the element. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodRemoves all elements from the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodDetermines whether the ListBase<T> contains a specific value. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodOverloaded. Copies the entire ListBase<T> to a compatible one-dimensional array, starting at the beginning of the target array. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodReturns an enumerator that iterates through the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodOverloaded. Determines the index of a specific item in the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodInserts an item to the ListBase<T> at the specified index. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodInserts the elements of a collection into the ListBase<T> at the specified index. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodOverloaded. Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the ListBase<T> that contains the specified number of elements and ends at the specified index. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodWhen implemented by a class, loads the server control's previously saved view state to the control.  
    Public MethodRemoves the first occurrence of a specific object from the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodRemoves the ListBase<T> item at the specified index. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodRemoves a range of elements from the ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodOverloaded. Reverses the order of the elements in the entire ListBase<T>. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodWhen implemented by a class, saves the changes to a server control's view state to a System.Object.  
    Public MethodOverloaded. Sorts the elements in the entire ListBase<T> using the default comparer. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodCopies the elements of the ListBase<T> to a new array. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Public MethodSets the capacity to the actual number of elements in the ListBase<T>, if that number is less than a threshold value. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the list or an item in the list changes. (Inherited from FarPoint.Web.Spread.ListBase<T>)
    Top
    See Also